home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000153_news@columbia.edu_Wed Jan 11 17:31:36 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA28487
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 12 Jan 1995 00:06:45 -0500
  3. Received: by apakabar.cc.columbia.edu id AA28033
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 12 Jan 1995 00:06:44 -0500
  5. Path: news.columbia.edu!panix!news.mathworks.com!europa.eng.gtefsd.com!gatech!swrinde!sdd.hp.com!news.cs.indiana.edu!usenet.ucs.indiana.edu!indyvax.iupui.edu!indyunix.iupui.edu!rjfortho
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Strange characters
  8. Message-Id: <1995Jan11.123136.11637@ivax>
  9. From: rjfortho@indyunix.iupui.edu ()
  10. Date: 11 Jan 95 12:31:36 -0500
  11. References: <3evbf2$oc1@apakabar.cc.columbia.edu>
  12. Nntp-Posting-Host: indyunix.iupui.edu
  13. X-Newsreader: Tin 1.1 PL4
  14. Lines: 10
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. I had a similar problem - whenever I got noise on the line the 
  18. terminal would go to a graphics character set.  I circumvented
  19. the problem by setting all the graphic character tables to the
  20. same character set.  For example:
  21.     set term char ascii g0 g1 g2 g3
  22.  
  23. I don't know if this is the same problem, but you might give it
  24. a shot.  I'm sure Frank could give a more technical explanation.
  25.  
  26. Russ Forthofer